From f1fa2837c8c4a344cccd70b13ff8cd4f9c5dd55a Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 12 Jun 2003 01:30:05 +0000 Subject: [PATCH] make inclusion of sys/time.h !WIN32 specific. --- gpsbabel/jeeps/gpsserial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/jeeps/gpsserial.c b/gpsbabel/jeeps/gpsserial.c index 7948cc7f8..d03d6f765 100644 --- a/gpsbabel/jeeps/gpsserial.c +++ b/gpsbabel/jeeps/gpsserial.c @@ -136,6 +136,7 @@ int32 GPS_Serial_Read(int32 ignored, void *ibuf, int size) #else #include +#include #include static struct termios gps_ttysave; -- 2.30.2